home *** CD-ROM | disk | FTP | other *** search
Text File | 2006-01-24 | 42.2 KB | 1,206 lines |
- object Form1: TForm1
- Left = 191
- Top = 149
- AutoScroll = False
- Caption = 'DoubleKiller'
- ClientHeight = 454
- ClientWidth = 688
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- DesignSize = (
- 688
- 454)
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 322
- Width = 688
- Height = 132
- Align = alClient
- Style = bsRaised
- end
- object Bevel5: TBevel
- Left = 128
- Top = 328
- Width = 553
- Height = 121
- Anchors = [akLeft, akRight, akBottom]
- Style = bsRaised
- end
- object LabelStatus: TLabel
- Left = 168
- Top = 334
- Width = 497
- Height = 13
- Anchors = [akLeft, akRight, akBottom]
- AutoSize = False
- Caption = 'Status: Idle'
- ShowAccelChar = False
- end
- object LabelPercent: TLabel
- Left = 148
- Top = 421
- Width = 14
- Height = 13
- Alignment = taRightJustify
- Anchors = [akLeft, akBottom]
- Caption = '0%'
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 688
- Height = 322
- ActivePage = TabSheetDoubleKiller
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- HotTrack = True
- TabIndex = 0
- TabOrder = 0
- OnChange = PageControl1Change
- object TabSheetDoubleKiller: TTabSheet
- Caption = 'DoubleKiller'
- object Bevel6: TBevel
- Left = 0
- Top = 216
- Width = 173
- Height = 9
- Shape = bsTopLine
- end
- object ListView1: TListView
- Left = 176
- Top = 0
- Width = 504
- Height = 294
- Align = alRight
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Filename'
- Width = 138
- end
- item
- Caption = 'Path'
- Width = 138
- end
- item
- Alignment = taRightJustify
- Caption = 'Size'
- Width = 66
- end
- item
- Caption = 'Date'
- Width = 84
- end
- item
- Caption = 'CRC32'
- Width = 76
- end>
- Ctl3D = False
- FlatScrollBars = True
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- PopupMenu = PopupListView
- StateImages = ImageList1
- TabOrder = 0
- ViewStyle = vsReport
- OnColumnClick = ListView1ColumnClick
- OnCompare = ListView1Compare
- OnCustomDrawItem = ListView1CustomDrawItem
- OnDblClick = ListView1DblClick
- OnKeyDown = ListView1KeyDown
- OnMouseDown = ListView1MouseDown
- end
- object ButtonDelete: TButton
- Left = 20
- Top = 232
- Width = 129
- Height = 25
- Caption = '&Delete checked files'
- Enabled = False
- TabOrder = 7
- OnClick = ButtonDeleteClick
- end
- object ButtonCheckSelected: TButton
- Left = 20
- Top = 80
- Width = 129
- Height = 25
- Caption = 'Check &selected files'
- Enabled = False
- TabOrder = 3
- OnClick = ButtonCheckSelectedClick
- end
- object ButtonCheckFirst: TButton
- Left = 20
- Top = 144
- Width = 129
- Height = 25
- Caption = 'Check the &first dupes'
- Enabled = False
- TabOrder = 5
- OnClick = ButtonCheckFirstClick
- end
- object ButtonCheckLast: TButton
- Left = 20
- Top = 176
- Width = 129
- Height = 25
- Caption = 'Check the &last dupes'
- Enabled = False
- TabOrder = 6
- OnClick = ButtonCheckLastClick
- end
- object ButtonUncheckSelected: TButton
- Left = 20
- Top = 112
- Width = 129
- Height = 25
- Caption = '&Uncheck selected files'
- Enabled = False
- TabOrder = 4
- OnClick = ButtonUncheckSelectedClick
- end
- object ButtonCheckAll: TButton
- Left = 20
- Top = 16
- Width = 129
- Height = 25
- Caption = 'Check &all files'
- Enabled = False
- TabOrder = 1
- OnClick = ButtonCheckAllClick
- end
- object ButtonCheckNo: TButton
- Left = 20
- Top = 48
- Width = 129
- Height = 25
- Caption = 'U&ncheck all files'
- Enabled = False
- TabOrder = 2
- OnClick = ButtonCheckNoClick
- end
- object ButtonMove: TButton
- Left = 20
- Top = 264
- Width = 129
- Height = 25
- Caption = '&Move checked files...'
- Enabled = False
- TabOrder = 8
- OnClick = ButtonMoveClick
- end
- end
- object TabSheetOptions: TTabSheet
- Caption = 'Options'
- ImageIndex = 1
- object BevelSameIf: TBevel
- Left = 8
- Top = 16
- Width = 209
- Height = 137
- Style = bsRaised
- end
- object LabelSameIf: TLabel
- Left = 24
- Top = 24
- Width = 150
- Height = 13
- Caption = '&assume files to be the same, if...'
- FocusControl = CheckBoxName
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object BevelFolders: TBevel
- Left = 8
- Top = 160
- Width = 209
- Height = 121
- Style = bsRaised
- end
- object BevelLeaveOut: TBevel
- Left = 464
- Top = 16
- Width = 209
- Height = 145
- Style = bsRaised
- end
- object LabelLeaveOut: TLabel
- Left = 480
- Top = 24
- Width = 130
- Height = 13
- Caption = 'leave out the following files:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object LabelAttributes: TLabel
- Left = 480
- Top = 52
- Width = 169
- Height = 13
- Caption = 'f&iles/dirs having these attributes set:'
- FocusControl = CheckBoxReadOnly
- end
- object LabelFolder: TLabel
- Left = 24
- Top = 168
- Width = 31
- Height = 13
- Caption = '&folders'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object BevelSaveReg: TBevel
- Left = 464
- Top = 212
- Width = 209
- Height = 69
- Style = bsRaised
- end
- object LabelRecursively: TLabel
- Left = 16
- Top = 250
- Width = 65
- Height = 26
- Caption = 'include subdirectories'
- WordWrap = True
- end
- object LabelArrow: TLabel
- Left = 27
- Top = 240
- Width = 11
- Height = 14
- Caption = #225
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object BevelLiMa: TBevel
- Left = 231
- Top = 16
- Width = 218
- Height = 129
- Style = bsRaised
- end
- object BevelExMa: TBevel
- Left = 231
- Top = 152
- Width = 218
- Height = 129
- Style = bsRaised
- end
- object LabelLiMa: TLabel
- Left = 247
- Top = 24
- Width = 187
- Height = 13
- Caption = '&limit scan to files matching these masks:'
- FocusControl = EditLiMa
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object LabelExMa: TLabel
- Left = 247
- Top = 160
- Width = 169
- Height = 13
- Caption = 'e&xclude files matching these masks:'
- FocusControl = EditExMa
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object Bevel2: TBevel
- Left = 464
- Top = 168
- Width = 209
- Height = 37
- Style = bsRaised
- end
- object CheckBoxName: TCheckBox
- Left = 24
- Top = 48
- Width = 177
- Height = 17
- Hint = 'file name (case-insensitive)'
- Caption = '&names are identical AND'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object CheckBoxSize: TCheckBox
- Left = 24
- Top = 72
- Width = 177
- Height = 17
- Hint = 'file length'
- Caption = '&sizes are identical AND'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 1
- end
- object CheckBoxDate: TCheckBox
- Left = 24
- Top = 96
- Width = 177
- Height = 17
- Hint = 'date of last modification'
- Caption = '&dates are identical AND'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object CheckBoxCRC: TCheckBox
- Left = 24
- Top = 120
- Width = 177
- Height = 17
- Hint = 'fingerprint of the file'#39's content'
- Caption = '&CRC32-checksums are identical'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 3
- OnClick = CheckBoxCRCClick
- end
- object CheckBoxReadOnly: TCheckBox
- Left = 488
- Top = 72
- Width = 73
- Height = 17
- Caption = 'read &only'
- TabOrder = 15
- end
- object CheckBoxArchive: TCheckBox
- Left = 488
- Top = 96
- Width = 73
- Height = 17
- Caption = 'archi&ve'
- TabOrder = 17
- end
- object CheckBoxHidden: TCheckBox
- Left = 576
- Top = 72
- Width = 73
- Height = 17
- Caption = '&hidden'
- TabOrder = 16
- end
- object CheckBoxSystem: TCheckBox
- Left = 576
- Top = 96
- Width = 73
- Height = 17
- Caption = 's&ystem'
- Checked = True
- State = cbChecked
- TabOrder = 18
- end
- object ButtonAddFo: TButton
- Left = 144
- Top = 248
- Width = 25
- Height = 21
- Caption = '+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = ButtonAddFoClick
- end
- object CheckBoxSaveReg: TCheckBox
- Left = 480
- Top = 224
- Width = 137
- Height = 17
- Caption = 'save settings in registry'
- TabOrder = 24
- end
- object ButtonDelReg: TButton
- Left = 480
- Top = 248
- Width = 153
- Height = 17
- Caption = 'delete settings from registry'
- Enabled = False
- TabOrder = 25
- OnClick = ButtonDelRegClick
- end
- object CheckBoxLimitSize: TCheckBox
- Left = 480
- Top = 130
- Width = 41
- Height = 17
- Caption = 'fil&es'
- TabOrder = 19
- OnClick = CheckBoxLimitSizeClick
- end
- object ComboBoxLimitSize: TComboBox
- Left = 524
- Top = 128
- Width = 33
- Height = 21
- BevelInner = bvNone
- BevelKind = bkFlat
- Style = csDropDownList
- Color = clBtnFace
- Ctl3D = False
- Enabled = False
- ItemHeight = 13
- ItemIndex = 0
- ParentCtl3D = False
- TabOrder = 20
- Text = '<'
- Items.Strings = (
- '<'
- '>'
- '=')
- end
- object CLBoxFo: THintCheckListBox
- Left = 24
- Top = 184
- Width = 177
- Height = 57
- Ctl3D = False
- ItemHeight = 13
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnKeyDown = CLBoxKeyDown
- end
- object ButtonRemoveFo: TButton
- Left = 176
- Top = 248
- Width = 25
- Height = 21
- Caption = '-'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = ButtonRemoveClick
- end
- object CLBoxExMa: THintCheckListBox
- Left = 247
- Top = 176
- Width = 186
- Height = 65
- Hint = 'check all masks that should be used'
- Ctl3D = False
- ItemHeight = 13
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 11
- OnDblClick = CLBoxMaDblClick
- OnKeyDown = CLBoxKeyDown
- end
- object EditExMa: TEdit
- Left = 247
- Top = 249
- Width = 121
- Height = 19
- Hint = 'example: *.dll (see help)'
- Ctl3D = False
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 12
- OnKeyDown = EditMaKeyDown
- end
- object CLBoxLiMa: THintCheckListBox
- Left = 247
- Top = 40
- Width = 186
- Height = 65
- Hint = 'check all masks that should be used'
- Ctl3D = False
- ItemHeight = 13
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- OnDblClick = CLBoxMaDblClick
- OnKeyDown = CLBoxKeyDown
- end
- object EditLiMa: TEdit
- Left = 247
- Top = 113
- Width = 121
- Height = 19
- Hint = 'example: *.dll (see help)'
- Ctl3D = False
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 8
- OnKeyDown = EditMaKeyDown
- end
- object ButtonAddLiMa: TButton
- Left = 376
- Top = 112
- Width = 25
- Height = 21
- Caption = '+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- OnClick = ButtonAddMaClick
- end
- object ButtonRemoveLiMa: TButton
- Left = 408
- Top = 112
- Width = 25
- Height = 21
- Caption = '-'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 10
- OnClick = ButtonRemoveClick
- end
- object ButtonRemoveExMa: TButton
- Left = 408
- Top = 248
- Width = 25
- Height = 21
- Caption = '-'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 14
- OnClick = ButtonRemoveClick
- end
- object ButtonAddExMa: TButton
- Left = 376
- Top = 248
- Width = 25
- Height = 21
- Caption = '+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 13
- OnClick = ButtonAddMaClick
- end
- object CheckBoxStatus: TCheckBox
- Left = 480
- Top = 178
- Width = 185
- Height = 17
- Caption = 'less detailed status (slightly faster)'
- TabOrder = 23
- end
- object ComboBoxLimitSizeUnit: TComboBox
- Left = 624
- Top = 128
- Width = 41
- Height = 21
- BevelInner = bvNone
- BevelKind = bkFlat
- Style = csDropDownList
- Color = clBtnFace
- Ctl3D = False
- Enabled = False
- ItemHeight = 13
- ItemIndex = 1
- ParentCtl3D = False
- TabOrder = 22
- Text = 'kB'
- OnChange = ComboBoxLimitSizeUnitChange
- Items.Strings = (
- 'B'
- 'kB'
- 'MB')
- end
- object SpinEditLimitSize: TSpinEdit
- Left = 562
- Top = 128
- Width = 57
- Height = 19
- Color = clBtnFace
- Ctl3D = False
- Enabled = False
- Increment = 10
- MaxValue = 2147483647
- MinValue = 0
- ParentCtl3D = False
- TabOrder = 21
- Value = 0
- end
- end
- object TabSheetHelp: TTabSheet
- Caption = 'Help'
- ImageIndex = 2
- object REHelp: TRichEditURL
- Left = 0
- Top = 0
- Width = 680
- Height = 294
- Align = alClient
- BevelEdges = [beLeft, beTop]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- HideScrollBars = False
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- OnKeyDown = REHelpKeyDown
- OnURLClick = REHelpURLClick
- end
- end
- object TabSheetAbout: TTabSheet
- Caption = 'About'
- ImageIndex = 3
- OnResize = TabSheetAboutResize
- object PBAboutBg: TPaintBox
- Left = 0
- Top = 0
- Width = 680
- Height = 294
- Align = alClient
- Color = 5254702
- ParentColor = False
- OnPaint = PBAboutBgPaint
- end
- object ImageAbout: TImage
- Left = 0
- Top = 0
- Width = 688
- Height = 302
- Picture.Data = {<image000.jpg>}
- end
- object LabelCopyright: TLabel
- Left = 145
- Top = 224
- Width = 248
- Height = 49
- AutoSize = False
- Caption = ' programmed 2001-2006 by copyright '#169' 2001-2006'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 13345399
- Font.Height = -20
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- Layout = tlCenter
- WordWrap = True
- end
- object UrlLabelMail: TUrlLabel
- Left = 398
- Top = 224
- Width = 108
- Height = 24
- Cursor = crHandPoint
- Hint = 'info@bigbangenterprises.de'
- Alignment = taCenter
- Caption = 'Jan Schl'#252'ter'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 16769474
- Font.Height = -20
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- Transparent = True
- URL = 'mailto:info@bigbangenterprises.de?subject=DoubleKiller'
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clWhite
- HoverFont.Height = -20
- HoverFont.Name = 'Tahoma'
- HoverFont.Style = [fsUnderline]
- URLClipboard = 'info@bigbangenterprises.de'
- CaptionLaunch = '&Open eMail Program'
- CaptionCopy = '&Copy eMail Address'
- end
- object UrlLabelSite: TUrlLabel
- Left = 358
- Top = 248
- Width = 184
- Height = 24
- Cursor = crHandPoint
- Hint = 'www.bigbangenterprises.de/en/doublekiller'
- Caption = 'Big Bang enterprises'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 16769474
- Font.Height = -20
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- Transparent = True
- URL = 'http://www.bigbangenterprises.de/en/doublekiller'
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clWhite
- HoverFont.Height = -20
- HoverFont.Name = 'Tahoma'
- HoverFont.Style = [fsUnderline]
- CaptionLaunch = '&Open in Browser'
- CaptionCopy = '&Copy Link Location'
- end
- object LabelVersion: TLabel
- Left = 284
- Top = 192
- Width = 112
- Height = 24
- Alignment = taCenter
- AutoSize = False
- Caption = 'V 1.6.1.80'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 13345399
- Font.Height = -20
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- Layout = tlCenter
- end
- end
- end
- object ButtonRun: TButton
- Left = 24
- Top = 352
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Run'
- TabOrder = 1
- OnClick = ButtonRunClick
- end
- object ButtonCancel: TButton
- Left = 24
- Top = 400
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Cancel = True
- Caption = 'Cancel'
- Enabled = False
- TabOrder = 2
- OnClick = ButtonCancelClick
- end
- object Animate1: TAnimate
- Left = 136
- Top = 358
- Width = 537
- Height = 50
- Active = False
- Anchors = [akLeft, akRight, akBottom]
- AutoSize = False
- StopFrame = 24
- end
- object ProgressBar1: TProgressBar
- Left = 168
- Top = 421
- Width = 489
- Height = 13
- Anchors = [akLeft, akRight, akBottom]
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 4
- end
- object ImageList1: TImageList
- AllocBy = 1
- Height = 15
- Width = 12
- Left = 260
- Bitmap = {
- 494C01010400090004000C000F00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000300000002D0000000100200000000000C021
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000898989008B8B8B008A8A8A008989
- 89008989890089898900898989008888880088888800898989008A8A8A005A5A
- 5A00898989008B8B8B008A8A8A00898989008989890089898900898989008888
- 880088888800898989008A8A8A005A5A5A00B9B9B900BCBCBC00BABABA00B9B9
- B900B9B9B900B9B9B900B9B9B900B8B8B800B8B8B800B9B9B900BABABA007A7A
- 7A00B9B9B900BCBCBC00BABABA00B9B9B900B9B9B900B9B9B900B9B9B900B8B8
- B800B8B8B800B9B9B900BABABA007A7A7A009E9E9E00ADADAD00AAAAAA00A9A9
- A900A8A8A800A7A7A700A6A6A600A5A5A500A4A4A400A2A2A200A5A5A5005B5B
- 5B009E9E9E00ADADAD00AAAAAA00A9A9A900A8A8A800A7A7A700A6A6A600A5A5
- A500A4A4A400A2A2A200A5A5A5005B5B5B00D5D5D500E9E9E900E5E5E500E4E4
- E400E2E2E200E1E1E100E0E0E000DEDEDE00DDDDDD00DBDBDB00DFDFDF007B7B
- 7B00D5D5D500E9E9E900E5E5E500E4E4E400E2E2E200E1E1E100E0E0E000DEDE
- DE00DDDDDD00DBDBDB00DFDFDF007B7B7B009C9C9C00ABABAB00A8A8A800A7A7
- A700A5A5A500A5A5A500A3A3A300A2A2A200A1A1A1009F9F9F00A5A5A5005B5B
- 5B009C9C9C00ABABAB00A8A8A800565656009A9A9A00A5A5A500A3A3A300A2A2
- A2008888880069696900A5A5A5005B5B5B00D3D3D300E7E7E700E3E3E300E1E1
- E100DFDFDF00DEDEDE00DCDCDC00DADADA00D9D9D900D7D7D700DEDEDE007B7B
- 7B00D3D3D300E7E7E700E3E3E30074747400D0D0D000DEDEDE00DCDCDC00DADA
- DA00B7B7B7008E8E8E00DEDEDE007B7B7B009F9F9F00ADADAD00AAAAAA00A9A9
- A900A7A7A700A6A6A600A5A5A500A4A4A400A3A3A300A2A2A200A5A5A5005B5B
- 5B009F9F9F00ADADAD00AAAAAA003F3F3F0079797900A6A6A600A5A5A500A4A4
- A4005454540065656500A5A5A5005B5B5B00D6D6D600E9E9E900E5E5E500E4E4
- E400E1E1E100E0E0E000DEDEDE00DDDDDD00DCDCDC00DADADA00DFDFDF007B7B
- 7B00D6D6D600E9E9E900E5E5E50055555500A3A3A300E0E0E000DEDEDE00DDDD
- DD007272720088888800DFDFDF007B7B7B00A1A1A100AEAEAE00ABABAB00AAAA
- AA00A9A9A900A8A8A800A7A7A700A5A5A500A5A5A500A3A3A300A6A6A6005B5B
- 5B00A1A1A100AEAEAE00ABABAB006969690048484800A8A8A800A7A7A7008B8B
- 8B003434340099999900A6A6A6005B5B5B00D9D9D900EBEBEB00E7E7E700E6E6
- E600E4E4E400E2E2E200E1E1E100DFDFDF00DEDEDE00DCDCDC00E0E0E0007B7B
- 7B00D9D9D900EBEBEB00E7E7E7008F8F8F0061616100E2E2E200E1E1E100BCBC
- BC0046464600CECECE00E0E0E0007B7B7B00A3A3A300B0B0B000ADADAD00ACAC
- AC00AAAAAA00AAAAAA00A8A8A800A7A7A700A5A5A500A5A5A500A7A7A7005B5B
- 5B00A3A3A300B0B0B000ADADAD009E9E9E002929290099999900A8A8A8004747
- 47005E5E5E00A5A5A500A7A7A7005B5B5B00DCDCDC00EEEEEE00EAEAEA00E8E8
- E800E6E6E600E5E5E500E3E3E300E1E1E100DFDFDF00DEDEDE00E1E1E1007B7B
- 7B00DCDCDC00EEEEEE00EAEAEA00D5D5D50037373700CFCFCF00E3E3E3006060
- 600080808000DEDEDE00E1E1E1007B7B7B00A5A5A500B2B2B200AFAFAF00ADAD
- AD00ACACAC00ABABAB00AAAAAA00A9A9A900A8A8A800A7A7A700A8A8A8005A5A
- 5A00A5A5A500B2B2B200AFAFAF00ADADAD0058585800484848007F7F7F003636
- 36009B9B9B00A7A7A700A8A8A8005A5A5A00DEDEDE00F0F0F000ECECEC00EAEA
- EA00E8E8E800E7E7E700E5E5E500E4E4E400E2E2E200E1E1E100E2E2E2007A7A
- 7A00DEDEDE00F0F0F000ECECEC00EAEAEA007676760062626200ACACAC004949
- 4900D0D0D000E1E1E100E2E2E2007A7A7A00A7A7A700B3B3B300B0B0B000AFAF
- AF00AEAEAE00ADADAD00ABABAB00AAAAAA00A9A9A900A8A8A800A8A8A8005A5A
- 5A00A7A7A700B3B3B300B0B0B000AFAFAF00A7A7A7001F1F1F00090909008282
- 8200A9A9A900A8A8A800A8A8A8005A5A5A00E1E1E100F2F2F200EEEEEE00ECEC
- EC00EBEBEB00E9E9E900E7E7E700E6E6E600E4E4E400E3E3E300E3E3E3007A7A
- 7A00E1E1E100F2F2F200EEEEEE00ECECEC00E2E2E200292929000D0D0D00B0B0
- B000E4E4E400E3E3E300E3E3E3007A7A7A00A8A8A800B5B5B500B2B2B200B0B0
- B000B0B0B000AEAEAE00ADADAD00ACACAC00AAAAAA00AAAAAA00AAAAAA005A5A
- 5A00A8A8A800B5B5B500B2B2B200B0B0B0009A9A9A0037373700262626006060
- 6000A8A8A800AAAAAA00AAAAAA005A5A5A00E3E3E300F4F4F400F0F0F000EEEE
- EE00EDEDED00EBEBEB00E9E9E900E8E8E800E6E6E600E6E6E600E5E5E5007A7A
- 7A00E3E3E300F4F4F400F0F0F000EEEEEE00CFCFCF004B4B4B00333333008282
- 8200E3E3E300E6E6E600E5E5E5007A7A7A00AAAAAA00B6B6B600B3B3B300B3B3
- B300B1B1B100B0B0B000AFAFAF00ADADAD00ADADAD00ACACAC00AAAAAA005A5A
- 5A00AAAAAA00B6B6B600B3B3B3009A9A9A00181818006E6E6E009A9A9A003434
- 34004D4D4D00A7A7A700AAAAAA005A5A5A00E6E6E600F6F6F600F2F2F200F1F1
- F100EFEFEF00EEEEEE00ECECEC00EAEAEA00E9E9E900E8E8E800E6E6E6007A7A
- 7A00E6E6E600F6F6F600F2F2F200D0D0D0002020200095959500D0D0D0004747
- 470068686800E2E2E200E6E6E6007A7A7A00ADADAD00B8B8B800B6B6B600B4B4
- B400B3B3B300B2B2B200B0B0B000AFAFAF00AEAEAE00B0B0B000ADADAD005A5A
- 5A00ADADAD00B8B8B800838383003434340078787800B2B2B200B0B0B000AFAF
- AF004242420030303000ADADAD005A5A5A00E9E9E900F8F8F800F5F5F500F3F3
- F300F1F1F100F0F0F000EEEEEE00ECECEC00EBEBEB00EEEEEE00E9E9E9007979
- 7900E9E9E900F8F8F800B0B0B00047474700A2A2A200F0F0F000EEEEEE00ECEC
- EC005858580041414100E9E9E90079797900AFAFAF00B9B9B900B7B7B700B6B6
- B600B5B5B500B3B3B300B2B2B200B1B1B100AEAEAE00A2A2A200A0A0A0005D5D
- 5D00AFAFAF00B9B9B9008F8F8F008E8E8E00B5B5B500B3B3B300B2B2B200B1B1
- B100AAAAAA0087878700A0A0A0005D5D5D00ECECEC00FAFAFA00F7F7F700F5F5
- F500F4F4F400F2F2F200F0F0F000EFEFEF00EBEBEB00DBDBDB00D8D8D8007E7E
- 7E00ECECEC00FAFAFA00C1C1C100BFBFBF00F4F4F400F2F2F200F0F0F000EFEF
- EF00E5E5E500B7B7B700D8D8D8007E7E7E00B0B0B000BCBCBC00B9B9B900B7B7
- B700B6B6B600B5B5B500B4B4B400B6B6B600A1A1A1005D5D5D00505050005656
- 5600B0B0B000BCBCBC00B9B9B900B7B7B700B6B6B600B5B5B500B4B4B400B6B6
- B600A1A1A1005D5D5D005050500056565600EEEEEE00FDFDFD00F9F9F900F7F7
- F700F6F6F600F4F4F400F3F3F300F5F5F500D9D9D900A0A0A0008B8B8B009494
- 9400EEEEEE00FDFDFD00F9F9F900F7F7F700F6F6F600F4F4F400F3F3F300F5F5
- F500D9D9D900A0A0A0008B8B8B0094949400B4B4B400BDBDBD00BCBCBC00BBBB
- BB00BABABA00B9B9B900B6B6B600B7B7B700AAAAAA00656565004B4B4B000000
- 0000B4B4B400BDBDBD00BCBCBC00BBBBBB00BABABA00B9B9B900B6B6B600B7B7
- B700AAAAAA00656565004B4B4B0000000000F3F3F300FFFFFF00FEFEFE00FCFC
- FC00FBFBFB00F9F9F900F6F6F600F7F7F700E5E5E500AEAEAE00828282000000
- 0000F3F3F300FFFFFF00FEFEFE00FCFCFC00FBFBFB00F9F9F900F6F6F600F7F7
- F700E5E5E500AEAEAE008282820000000000AAAAAA00ADADAD00AAAAAA00A8A8
- A800A5A5A500A2A2A200A0A0A000A0A0A0009494940063636300000000000000
- 0000AAAAAA00ADADAD00AAAAAA00A8A8A800A5A5A500A2A2A200A0A0A000A0A0
- A00094949400636363000000000000000000E6E6E600EAEAEA00E6E6E600E3E3
- E300DFDFDF00DBDBDB00D8D8D800D8D8D800C8C8C800ACACAC00000000000000
- 0000E6E6E600EAEAEA00E6E6E600E3E3E300DFDFDF00DBDBDB00D8D8D800D8D8
- D800C8C8C800ACACAC000000000000000000424D3E000000000000003E000000
- 28000000300000002D0000000100010000000000680100000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000001001001001000000300300300300000000000000000000
- 0000000000000000000000000000}
- end
- object PopupListView: TPopupMenu
- AutoLineReduction = maManual
- AutoPopup = False
- OnPopup = PopupListViewPopup
- Left = 648
- Top = 280
- object popLaunchFile: TMenuItem
- Caption = '&Launch file'
- OnClick = popLaunchFileClick
- end
- object popOpenDir: TMenuItem
- Caption = 'Open &Directory'
- OnClick = popOpenDirClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object popCopySelected: TMenuItem
- Caption = '&Copy selected entries'
- ShortCut = 16451
- OnClick = popCopySelectedClick
- end
- object popExportSelected: TMenuItem
- Caption = 'E&xport selected entries...'
- OnClick = popExportSelectedClick
- end
- object popExportAll: TMenuItem
- Caption = 'Export &all entries...'
- OnClick = popExportAllClick
- end
- end
- object SaveDialog1: TSaveDialog
- Filter = 'Text files|*.txt|All files (*.*)|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Title = 'Choose a file to export the entries to'
- Left = 616
- Top = 280
- end
- end
-